Skip to main content

ModifyEntityGroup

Description

modify the asset grouping information of the specified host asset.

Request Method

POST

Request Path

/apsara/route/aegis/ModifyEntityGroup

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
UuidsBODYstringNoNo sample value for this parameter.host asset UUID, specifying multiple host asset UUIDs separated.
versionBODYstringNo2016-01-01version of api
GroupIdBODYlongNoNo sample value for this parameter.the modified asset group ID.

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.

Example

Successful Response example

{
"RequestId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}